home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2007 June/July
/
Windows News Hors série Numéro 34 juin juillet 2007.iso
/
Rédaction
/
Astuces Windows XP
/
registre.vbs
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2006-12-28
|
296 b
|
8 lines
Set WshShell = CreateObject("WScript.Shell")
Dim MyKey
MyKey = Inputbox("Entrez la clΘ complΦte")
MyKey = "My Computer\" & MyKey
WshShell.RegWrite "HKCU\Software\Microsoft\Windows\CurrentVersion\Applets\Regedit\Lastkey",MyKey,"REG_SZ"
WshShell.Run "regedit", 1,True
Set WshShell = Nothing